home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 4: GNU Archives
/
Linux Cubed Series 4 - GNU Archives.iso
/
gnu
/
binutils.7
/
binutils
/
binutils-2.7
/
gas
/
testsuite
/
gasp
/
mri
/
macro.out
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-04
|
213 b
|
18 lines
;get macro arg1,arg2,arg3
; dc.l arg1
; arg2
;arg3 dc.l \4
; move.\0 d0,d1
; endm
;
; get.b 1,<dc.l 2>,label,four
; dc.l 1
dc.l 1
; dc.l 2
dc.l 2
;label dc.l four
label: dc.l four
; move.b d0,d1
move.b d0,d1
;